projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c432c36
)
provide `cus-load'.
author
Per Abrahamsen
<abraham@dina.kvl.dk>
Tue, 15 Apr 1997 15:17:38 +0000
(15:17 +0000)
committer
Per Abrahamsen
<abraham@dina.kvl.dk>
Tue, 15 Apr 1997 15:17:38 +0000
(15:17 +0000)
lisp/cus-dep.el
patch
|
blob
|
history
diff --git
a/lisp/cus-dep.el
b/lisp/cus-dep.el
index 1f08172e5a153a3bfe2cc9362d759e34185f1688..7d32dacdcb877da35dd7ac56e531b1cfb3b8f354 100644
(file)
--- a/
lisp/cus-dep.el
+++ b/
lisp/cus-dep.el
@@
-62,7
+62,11
@@
Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies"
(push where found)))
(when found
(insert "))\n"))))))
- (insert "\n;;; cus-load.el ends here\n")
+ (insert "\
+
+\(provide 'cus-load)
+
+;;; cus-load.el ends here\n")
(save-buffer)
(message "Generating cus-load.el...done"))